home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus 1998 #4 / Amiga Plus CD - 1998 - No. 4.iso / pd / grafik / xfig / fig.ad < prev    next >
Text File  |  1995-08-22  |  6KB  |  178 lines

  1. ! some sample settings you may want to change
  2.  
  3. ! Image editor - can edit imported image
  4. Fig.image_editor:        xv -rw
  5. ! Spacing between buttons
  6. Fig.internalborderwidth:    2
  7. ! font for the buttons
  8. Fig.buttonFont:            6x13
  9. ! font for the rulers and message window
  10. Fig.normalFont:            6x13
  11. ! font for the file name and popup query widgets
  12. Fig.boldFont:            8x13bold
  13. ! font for the ruler numbers
  14. Fig*topruler.font:        6x13
  15. Fig*sideruler.font:        6x13
  16. ! font for the units box in the corner where the rulers meet
  17. Fig*unitbox.font:        6x13
  18.  
  19. ! the following should fix the problem that some have had with
  20. ! their window manager fighting with xfig over the geometry
  21. Fig*allowShellResize:        False
  22.  
  23. ! filename mask for the file popup browser
  24. Fig*file_panel*mask*string:    *.fig
  25.  
  26. ! default export language
  27. Fig.exportLanguage:        eps
  28.  
  29. ! filename mask for the export popup browser
  30. Fig*export_panel*mask*string:    *ps
  31.  
  32. ! filename mask for the image popup browser
  33. Fig*browse_panel*mask*string:    *.[gjxe][ipb][fgms]*
  34.  
  35. ! printer name
  36. ! If the following resource is NOT set, xfig will use the PRINTER 
  37. ! shell environment variable for the printer name
  38. !Fig*printer*string:        ps
  39.  
  40. ! printer job parameters
  41. ! If you are running a SYSV system your print command may need -T PS.  If so,
  42. ! uncomment the following.  You may want to add any print params here anyway.
  43. ! If you want the filename to be sent to the printer for the "Job" parameter
  44. ! you may add -J %f to the job_params string.
  45.  
  46. !Fig*job_params*string:        -T PS
  47.  
  48.  
  49. ! Set the maximum number of colors to use for color images (EPS,GIF,XPM)
  50. ! xfig will try to install a private colormap if needed to get this
  51. ! nubmer of colors UNLESS -dontswitchcmap (resource Fig.dont_switch_cmap)
  52. ! is set.
  53. Fig.max_image_colors:        80
  54.  
  55. ! If you are using the 3d Athena widget set (which looks very nice)
  56. ! and you want the scrollbars to be 3d (even though they look funny)
  57. ! then comment out the following three resources.
  58.     Fig*horizontal.shadowWidth: 0
  59.     Fig*horizontal.topShadow: black
  60.     Fig*horizontal.bottomShadow: white
  61. ! the following is done so the widget set doesn't try to make shades of
  62. ! the scrollbar shadows (even though the width is 0 it takes more colors)
  63.     Fig*Scrollbar.shadowWidth: 0
  64.     Fig*Scrollbar.topShadow: black
  65.     Fig*Scrollbar.bottomShadow: white
  66. ! this is for the standard color buttons in the color panel
  67.     Fig*stdColor.shadowWidth: 0
  68.     Fig*stdColor.topShadow: black
  69.     Fig*stdColor.bottomShadow: white
  70. ! You may need or want to adjust the highlight thickness for the mode
  71. ! and indicator panels depending on the results.  If it is too thick
  72. ! it will erase part of the button graphics.
  73.     Fig*mode_panel*highlightThickness: 1
  74.     Fig*ind_panel.ind_box.button_form.button.highlightThickness: 1
  75. ! The following is for the update marker in the upper-right corner of the
  76. ! indicator buttons.  You may not want any highlight thickness because
  77. ! the boxes are so small.
  78.     Fig*ind_panel.ind_box.button_form.update.highlightThickness: 0
  79.  
  80. !if on monochrome server, or no Fig-color app-defaults file
  81. #ifndef COLOR
  82. !  This background resource shows between the buttons like a border
  83.     Fig*mode_panel.background:    black
  84.     Fig*mode_panel.foreground:    black
  85. #endif
  86.  
  87. ! make the F20 key paste text in the canvas
  88. Fig*canvas.translations: #override \n\
  89.             <Key>F20: PasteCanv()\n
  90.  
  91. ! Specify a private Compose key database file.  If this resource contains a "/"
  92. ! then the wired-in name of the xfig global directory won't be prefixed to it.
  93. ! An initial "~/" is replaced by the value of "$HOME/".
  94. !
  95. !Fig*ComposeKeyDB:    ~/.xfig.Compose-key
  96.  
  97. ! keyboard accelerators
  98.  
  99.  
  100. Fig*quit*accelerators: \
  101.     Meta<Key>q: quit()\n
  102. Fig*delete_all*accelerators: \
  103.     Meta<Key>d: delete_all()\n
  104. Fig*orient*accelerators: \
  105.     Meta<Key>o: orient()\n
  106. Fig*undo*accelerators: \
  107.     Meta<Key>u: undo()\n
  108. Fig*redraw*accelerators: \
  109.     Meta<Key>r: redraw()\n\
  110.     Ctrl<Key>l: redraw()\n
  111. Fig*paste*accelerators: \
  112.     Meta<Key>t: paste()\n
  113. Fig*file*accelerators: \
  114.     Meta<Key>s: SaveFile()\n\
  115.     Meta<Key>l: LoadFile()\n\
  116.     Meta<Key>f: file()\n
  117. Fig*file_menu*accelerators: \
  118.     Meta<Key>c: cancel()\n\
  119.     Meta<Key>l: load()\n\
  120.     Meta<Key>m: merge()\n\
  121.     Meta<Key>r: rescan()\n\
  122.     Meta<Key>s: save()\n
  123. Fig*export*accelerators: \
  124.     Meta<Key>e: export()\n
  125. Fig*export_menu*accelerators: \
  126.     Meta<Key>c: cancel()\n\
  127.     Meta<Key>e: export()\n\
  128.     Meta<Key>r: rescan()\n
  129. Fig*print*accelerators: \
  130.     Meta<Key>p: print()\n
  131. Fig*print_menu*accelerators: \
  132.     Meta<Key>d: dismiss()\n\
  133.     Meta<Key>b: print_batch()\n\
  134.     Meta<Key>x: clear_batch()\n\
  135.     <Key>Return: print()\n\
  136.     Meta<Key>p: print()\n
  137. Fig*set_unit_panel*accelerators: \
  138.     Meta<Key>c: QuitUnits()\n\
  139.     Meta<Key>s: SetUnits()\n
  140. Fig*ind_panel*accelerators: \
  141.     Shift<Key>Z: ZoomIn()\n\
  142.     <Key>z: ZoomOut()\n
  143. Fig*mode_panel*accelerators: \
  144.     None<Key>m: ModeMoveObject()\n\
  145.     Ctrl<Key>c: ModeCopyObject()\n\
  146.     None<Key>a: ModeAlign()\n\
  147.     Ctrl<Key>s: ModeScale()\n\
  148.     None<Key>d: ModeDeleteObject()\n\
  149.     Shift<Key>d: ModeDeletePoint()\n\
  150.     Shift<Key>m: ModeMovePoint()\n\
  151.     Ctrl<Key>e: ModeEditObject()\n\
  152.     None<Key>g: ModeCompound()\n\
  153.     Shift<Key>g: ModeBreakCompound()\n\
  154.     Ctrl<Key>r: ModeRotateObjectCW()\n\
  155.     Shift<Key>r: ModeRotateObjectCCW()\n\
  156.     None<Key>f: ModeFlipObjectUD()\n\
  157.     Shift<Key>f: ModeFlipObjectLR()\n\
  158.     Shift<Key>a: ModeArrow()\n\
  159.     Ctrl<Key>A: ModeAddPoint()\n\
  160.     None<Key>l: ModeLine()\n\
  161.     None<Key>t: ModeText()\n\
  162.     None<Key>c: ModeCircleR()\n\
  163.     Shift<Key>c: ModeCircleD()\n\
  164.     None<Key>e: ModeEllipseR()\n\
  165.     Shift<Key>e: ModeEllipseD()\n\
  166.     None<Key>b: ModeBox()\n\
  167.     Shift<Key>b: ModeArcBox()\n\
  168.     None<Key>p: ModePoly()\n\
  169.     Shift<Key>p: ModeRegPoly()\n\
  170.     Ctrl<Key>p: ModePIC()\n\
  171.     None<Key>r: ModeArc()\n\
  172.     None<Key>s: ModeSpline()\n\
  173.     Shift<Key>s: ModeClSpline()\n\
  174.     None<Key>i: ModeIntSpline()\n\
  175.     Shift<Key>i: ModeClIntSpline()\n\
  176.     None<Key>u: ModeUpdateObject()\n\
  177.     None<Key>v: ModeConvertObject()\n
  178.